lcPropPutBool Home

Sets a property's value of boolean type.

 BOOL lcPropPutBool (
   HANDLE hObject,
   int idProp,
   BOOL bValue
 );

Parameters
hObject
  Handle to object.
idProp
  Property's identifier.
bValue
  Property's new value.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Access Objects PropertieslcPropGetBool